Apps
Get Apps [v1]
Welcome
Workflow API
Workflow Element
Embed Enhancements
Getting Started With the API
Categories
Accounts
Zap Templates
Authentications
Experimental
Schemas
- Common Types
Categories
Accounts
Zap Templates
Authentications
Experimental
Apps
Get Apps [v1]
This endpoint returns a list of apps sorted popularity. See the List Apps guide to get started.
GET
/
v1
/
apps
Copy
curl --request GET \
--url https://api.zapier.com/v1/apps
Copy
[
{
"total": 3649,
"page": 2,
"pages": 1825,
"per_page": 2,
"objects": [
{
"uuid": "ca83afc5-ee9a-470d-b577-e7f8fd555b67",
"title": "Slack",
"slug": "slack",
"description": "Slack is a platform for team communication: everything in one place, instantly searchable, available wherever you go. Offering instant messaging, document sharing and knowledge search for modern teams.",
"image": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50",
"url": "https://api.zapier.com/v1/embed/apps/google-ads/integrations/slack",
"links": {
"mutual:zap_templates": "https://api.zapier.com/v1/zap-templates?apps=slack"
},
"categories": [
{
"slug": "team-chat"
}
],
"images": {
"url_16x16": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=16&ixlib=python-3.0.0&q=50&w=16",
"url_32x32": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=32&ixlib=python-3.0.0&q=50&w=32",
"url_64x64": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=64&ixlib=python-3.0.0&q=50&w=64",
"url_128x128": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=128&ixlib=python-3.0.0&q=50&w=128"
}
},
{
"uuid": "d74234df-0045-436e-bd5b-ee577e74e6b8",
"title": "Google Calendar",
"slug": "google-calendar",
"description": "Google Calendar lets you organize your schedule and share events with co-workers and friends. With Google's free online calendar, it's easy to keep track of your daily schedule.",
"image": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50",
"url": "https://api.zapier.com/v1/embed/apps/google-ads/integrations/google-calendar",
"links": {
"mutual:zap_templates": "https://api.zapier.com/v1/zap-templates?apps=google-calendar"
},
"categories": [
{
"slug": "calendar"
},
{
"slug": "google"
}
],
"images": {
"url_16x16": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=16&ixlib=python-3.0.0&q=50&w=16",
"url_32x32": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=32&ixlib=python-3.0.0&q=50&w=32",
"url_64x64": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=64&ixlib=python-3.0.0&q=50&w=64",
"url_128x128": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=128&ixlib=python-3.0.0&q=50&w=128"
}
}
],
"prev_url": "https://api.zapier.com/v1/apps?per_page=2&page=1",
"next_url": "https://api.zapier.com/v1/apps?per_page=2&page=3"
}
]
Authorizations
See our authentication documentation for how to find your Client ID
Query Parameters
Categories that apps must have in order to be returned in the response
If set, only return apps that are in a Zap Template with your app
Which page to return
Number of results to return per page
Case-insensitive parameter to limit the results to apps whose titles match
Case-insensitive parameter to only return apps whose titles start with the parameter value in the response
Response
200 - application/json
Copy
curl --request GET \
--url https://api.zapier.com/v1/apps
Copy
[
{
"total": 3649,
"page": 2,
"pages": 1825,
"per_page": 2,
"objects": [
{
"uuid": "ca83afc5-ee9a-470d-b577-e7f8fd555b67",
"title": "Slack",
"slug": "slack",
"description": "Slack is a platform for team communication: everything in one place, instantly searchable, available wherever you go. Offering instant messaging, document sharing and knowledge search for modern teams.",
"image": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50",
"url": "https://api.zapier.com/v1/embed/apps/google-ads/integrations/slack",
"links": {
"mutual:zap_templates": "https://api.zapier.com/v1/zap-templates?apps=slack"
},
"categories": [
{
"slug": "team-chat"
}
],
"images": {
"url_16x16": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=16&ixlib=python-3.0.0&q=50&w=16",
"url_32x32": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=32&ixlib=python-3.0.0&q=50&w=32",
"url_64x64": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=64&ixlib=python-3.0.0&q=50&w=64",
"url_128x128": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=128&ixlib=python-3.0.0&q=50&w=128"
}
},
{
"uuid": "d74234df-0045-436e-bd5b-ee577e74e6b8",
"title": "Google Calendar",
"slug": "google-calendar",
"description": "Google Calendar lets you organize your schedule and share events with co-workers and friends. With Google's free online calendar, it's easy to keep track of your daily schedule.",
"image": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50",
"url": "https://api.zapier.com/v1/embed/apps/google-ads/integrations/google-calendar",
"links": {
"mutual:zap_templates": "https://api.zapier.com/v1/zap-templates?apps=google-calendar"
},
"categories": [
{
"slug": "calendar"
},
{
"slug": "google"
}
],
"images": {
"url_16x16": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=16&ixlib=python-3.0.0&q=50&w=16",
"url_32x32": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=32&ixlib=python-3.0.0&q=50&w=32",
"url_64x64": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=64&ixlib=python-3.0.0&q=50&w=64",
"url_128x128": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=128&ixlib=python-3.0.0&q=50&w=128"
}
}
],
"prev_url": "https://api.zapier.com/v1/apps?per_page=2&page=1",
"next_url": "https://api.zapier.com/v1/apps?per_page=2&page=3"
}
]